You can use various commands and scripts to verify the status of the XCO system, to help troubleshoot, and to view details of XCO nodes, PODs, and services.
device# show efa status =================================================== EFA version details =================================================== Version : 3.4.0 Build: GA Time Stamp: 23-03-16:23:17:04 Mode: Secure Deployment Type: multi-node Deployment Platform: TPVM Deployment Suite: Fabric Automation Deployment IP Mode: ipv4 Virtual IP: 10.20.54.87 Node IPs: 10.20.54.88,10.20.54.89 Node IPv6s: fc00::5:4288:2fff:febd:bc04,fc00::5:4288:2fff:febd:aa04 --- Time Elapsed: 9.30156ms --- =================================================== EFA Status =================================================== +-----------+---------+--------+-------------+ | Node Name | Role | Status | IP | +-----------+---------+--------+-------------+ | node-1 | active | up | 10.20.54.88 | +-----------+---------+--------+-------------+ | node-2 | standby | up | 10.20.54.89 | +-----------+---------+--------+-------------+ --- Time Elapsed: 19.438967114s ---
On a multi-node installation:
+-----------+---------+--------+---------------+ | Node Name | Role | Status | IP | +-----------+---------+--------+---------------+ | tpvm2 | active | up | 10.20.216.242 | +-----------+---------+--------+---------------+ | tpvm1 | standby | up | 10.20.216.241 | +-----------+---------+--------+---------------+ --- Time Elapsed: 4.277420974s ---
On a single-node installation:
+-----------+--------+--------+-------------+ | Node Name | Role | Status | IP | +-----------+--------+--------+-------------+ | efa | active | up | 10.21.90.43 | +-----------+--------+--------+-------------+ --- Time Elapsed: 1.461512261s ---
(efa:extreme)extreme@node-1:~$ k3s kubectl get pods -n efa -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED READINESS NODE GATES efa-api-docs-z84wn 1/1 Running 0 5h3m 10.42.194.72 efa <none> <none> gosystem-service-t4h2b 1/1 Running 0 5h3m 10.42.194.74 efa <none> <none> rabbitmq-vn27v 1/1 Running 0 5h4m 10.42.194.69 efa <none> <none> goinventory-service-vpdj7 1/1 Running 0 5h3m 10.42.194.75 efa <none> <none> goauth-service-g76c4 1/1 Running 0 5h3m 10.42.194.71 efa <none> <none> gorbac-service-jzcnf 1/1 Running 0 5h3m 10.42.194.70 efa <none> <none> gofaultmanager-service-wzwgp 1/1 Running 0 5h3m 10.42.194.73 efa <none> <none> gotenant-service-qmvzb 1/1 Running 0 5h3m 10.42.194.78 efa <none> <none> gonotification-service-h9ms2 1/1 Running 0 5h2m 10.20.54.87 efa <none> <none> goraslog-service-rvjsj 1/1 Running 0 5h3m 10.20.54.87 efa <none> <none> gofabric-service-6c4qs 1/1 Running 0 5h3m 10.42.194.76 efa <none> <none> gopolicy-service-g78bh 1/1 Running 0 5h3m 10.42.194.77 efa <none> <none> gosnmp-service-x86sn 1/1 Running 0 5h1m 10.20.54.87 efa <none> <none> (efa:extreme)extreme@node-1:~$
$ systemctl status hostauth.service hostauth.service - OS Auth Service Loaded: loaded (/lib/systemd/system/hostauth.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2020-04-23 07:56:20 UTC; 23 h ago Main PID: 23839 (hostauth) Tasks: 5 CGroup: /system.slice/hostauth.service 23839 /apps/bin/hostauth Apr 23 07:56:20 tpvm2 systemd[1]: Started OS Auth Service